Gets an array of resource objects that satisfy the filter criteria specified in the request body.
The request body is of type object.
Overview
|
|
|
ResourceID : string
provides a wild card string to filter resources by their ResourceID.
|
|
Description : string
provides a wild card string to filter resources by their Description.
| |
|
limit : integer
|
|
skip : integer
| |
The response body is of type ResourcesGetResponse.
The collection of resources that satisfy the query.
Overview
|
ResourcesGetResponse
The results of the resources get query.
|
Resources : Array[CimResource]
An array of the resources that satify the query criteria.
|
ResourceID : string
The Id of resource.
|
|
Description : string
The desciption of the resource.
|
|
EnableAlarmCounters : boolean
set it to true to enable alarm counters for this resource.
| | |